
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: #fff;
	font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 16px;
	color:#000;
}
.contain {
    width: 1540px;
    margin: 0 auto;
}
ul,li {list-style: none;}
ul li a{display: block;}
i,em{
	font-style: normal;
}
.clearfix {*zoom: 1;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}*/
/*video{display: block;margin:25px auto; width:800px!important;height:540px!important;}*/
/*@media(max-width:640px){*/
/*	iframe{margin:10px auto; width:100%!important;height:220px!important;}*/
/*	video{margin:10px auto; width:100%!important;height:220px!important;}*/
/*}*/

section.page1 {width: 100%;top: 0;left: 0;height: 100%;position: absolute;}
section.page2 {width: 100%;left: 0;top: 100%;height:auto;position: absolute;z-index: 2;}

@media(max-width: 640px){
section.page1{position: relative;height: auto;}
section.page2 {position: relative;top: 0;}
}

@keyframes move_left {
  0% {right:-20%;opacity:0;}
  100% {right:0;opacity:1;}
}

@keyframes fadeinup {
  0%   {opacity: 0;transform: translateY(80px)}
  100% {opacity: 1;transform: translateY(0)}
}

@keyframes fadeindown {
  0%   {opacity: 0;transform: translateY(-80px)}
  100% {opacity: 1;transform: translateY(0)}
}

@keyframes fadeinleft {
  0%   {opacity: 0;transform: translateX(80px)}
  100% {opacity: 1;transform: translateX(0)}
}


/*img{display: block;margin:0 auto;width:auto;}*/
.main1200{width:1200px;margin:0 auto;}
.main1540{width:1540px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.container {
    width: 1320px;
    margin: 0 auto;
}

.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
/* q_header start! */
.q_header{position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	padding-left: 100px;
	padding-right: 70px;
	z-index: 100;
	border-bottom: 1px solid rgba(255,255,255,.2);
	-webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0.22) 40%, rgba(3,0,0,0) 100%);
	z-index: 990;}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 90px;
	padding-left: 100px;
	padding-right: 70px;
	z-index: 100;
	border-bottom: 1px solid rgba(255,255,255,.2);
	-webkit-transition: .8s cubic-bezier(.19,1,.22,1);
	-moz-transition: .8s cubic-bezier(.19,1,.22,1);
	-o-transition: .8s cubic-bezier(.19,1,.22,1);
	transition: .8s cubic-bezier(.19,1,.22,1);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.43) 0%, rgba(255, 255, 255, 0.22) 40%, rgba(3,0,0,0) 100%); 
	z-index: 990;
}
.hd_con{
	position: relative;
}
a.logo{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
a.logo img + img{display: none;}
.naver{
	position: relative;
}
.naver::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 2px;
	height: 22px;
	background-color: rgba(181,193,202,.4);
	transform: translateY(-50%);
}
.naver ul li{
	position: relative;
	float: left;
}
.naver ul li::after{
	content: '';
	position: absolute;
	bottom: 22px;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #fff;
	transform: translateX(-50%);
	transition: all .3s;
}
.naver ul li a{
	padding: 0 28px;
	line-height:90px;
	font-size: 18px;
	color: #000;/*修改前为#fff*/
}
.naver ul li.active::after,.naver ul li:hover::after{
	width: 70px;
}
.hd_phone{
	font-size: 0;
	padding-top: 30px;
	padding-left: 30px;
}
.hd_phone>*{
	display: inline-block;
	vertical-align: middle;
}
.hd_phone img +img{
	display: none;
}
.hd_phone span{
	margin-left: 7px;
	font-size: 34px;
	color: #000;/*修改前为#fff*/
	font-family: impact;
	line-height: 1;
}
.header._hidden,.innerheader{
	background-color: #fff;
	background-image: none;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
.header._hidden a.logo img,.header._hidden .hd_phone img,
.header.innerheader a.logo img,.header.innerheader .hd_phone img{
	display: none;
}
.header._hidden .hd_phone span,.header.innerheader .hd_phone span{
	color: #10132a;
}
.header._hidden a.logo img + img,.header._hidden .hd_phone img + img,
.header.innerheader a.logo img + img,.header.innerheader .hd_phone img + img{
	display: inline-block;
}
.header._hidden .naver ul li a,.header.innerheader .naver ul li a{
	color: #10132a;
}
.header._hidden .naver ul li.active a,.header.innerheader .naver ul li.active a{
	color: #00532e;
}
.header._hidden .naver ul li.active::after,.header._hidden .naver ul li:hover::after,
.header.innerheader .naver ul li.active::after,.header.innerheader .naver ul li:hover::after{
	background-color: #00532e;
}
.header._hidden .naver::after,.header.innerheader .naver::after{
	background-color: rgba(181,193,202,.5);
}
.header._hidden .hd_phone span,.header.innerheader .hd_phone span
	color: #10132a;
}

/* 二级导航 */
.second_main {
	display: none;
}
.second_level {
	display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 90px;
	width: 100%;
	/* height: 220px; */
	background-color: rgba(255,255,255,.9);
	z-index: 99;
}
.second_wrap {
	padding-top: 50px;
	padding-bottom: 40px;
}
.second_con{
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.second_left{
	width: 14%;
	margin-right: 45px;
	text-align: center;
}
.second_left h2{
	font-size: 22px;
	color: #272636;
	line-height: 52px;
	font-weight: bold;
}
.second_left p{
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.second_left a{
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #00532e;
	text-align: center;
}
.second_ul ul li{
	float: left;
	margin-right: 42px;
}
.second_ul ul li:last-child{margin-right: 0;}
.second_img{
	width: 180px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
}
.second_img img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	transition: all .4s;
}
.second_infor{
	margin-top: 12px;
}
.second_infor h3{
	line-height: 1;
	font-size: 18px;
	color: #272636;
}
.second_infor h2{
	font-size: 18px;
	color: #00512d;
	line-height: 1;
	font-weight: bold;
}
.second_infor .txt{
	margin-top: 8px;
	font-size: 16px;
	color: #6d7081;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.second_ul ul li:hover .second_img img{
	transform: scale(1.1);
}
.index1{
	width: 100%;
	margin-top: 125px;
	margin-bottom: 110px;
}
.index1_m1{
	margin-bottom: 60px;
}
.i1m1_left{
	width: 42.5%;
}
.index_title{
	position: relative;
	padding-bottom: 28px;
}
.index_title::before,.index_title::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 4px;
}
.index_title::before{
	left: 0;
	background-color: #e86b29;
}
.index_title::after{
	left: 30px;
	background-color: #008254;/*修改前为#acce05*/
}
.index_title h2{
	font-size: 42px;
	font-weight: bold;
	color: #272636;
	line-height: 1;
}
.index_title h2 span{
	font-size: 20px;
	color: #8f9599;
	line-height: 1;
}
.index_title h3{
	margin-top: 15px;
	font-size: 24px;
	color: #272636;
	line-height: 1;
}
.index_title h3 span{
	color: #acce05;
}
.i1m1_left .txt{
	margin-top: 26px;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #6d7081;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i1m1_lmore{
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: solid 1px #00532e;
	text-align: center;
	font-size: 16px;
	color: #00532e;
}
.i1m1_right{
	position: relative;
	width: 49.243%;
	height: 370px;
	background-color: #000000;
}
.i1m1_right video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i1m1_rvideobtn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0);
	z-index: 4;
}

.i1m2_list li{
	float: left;
	width: 18.183%;
	margin-right: 2.27125%;
}
.i1m2_list li:nth-child(5n){margin-right: 0;}
/* .i1m2_list li:last-child{display: none;} */
.i1m2_lpage{
	position: relative;
	width: 100%;
	height: 172px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border-radius: 10px;
}
.i1m2_linfor{
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}
.i1m2_linfor h2{
	margin-bottom: 10px;
	font-size: 22px;
	color: #f5f7f9;
	line-height: 1;
}
.i1m2_linfor h3{
	font-size: 14px;
	color: #f5f7f9;
	line-height: 1;
}

.index2{
	width: 100%;
	padding-top: 110px;
	padding-bottom: 190px;
	background-image: url(../images/a09.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index_title.white h2,.index_title.white h2 span,.index_title.white h3{
	color: #fff;
}
.index2_main{
	margin-top: 55px;
}
.i2_thumb{
	position: relative;
}
.i2_thumb::after{
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: url(../images/a61.png) no-repeat center;
	background-size: 100% 100%;
}
.i2_thumb .swiper-container{
	width: 950px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.i2_tp{
	position: relative;
	padding-bottom: 22px;
	text-align: center;
}
.i2_tp::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #000000;
	border-radius: 50%;
	transform: translateX(-50%);
}
.i2_tp p{
	position: relative;
	display: inline-block;
	padding: 0 15px;
	font-size: 24px;
	color: #000000;
	cursor: pointer;
	transition: all .4s;
}
.i2_thumb .swiper-slide-thumb-active .i2_tp::after{
	width: 24px;
	height: 24px;
	/* bottom: -5px; */
	background-color: rgb(206 146 5 / 30%);
}
.i2_thumb .swiper-slide-thumb-active .i2_tp::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #e86b29;
	transform: translateX(-50%);
}
.i2_thumb .swiper-slide-thumb-active .i2_tp p{
	font-size: 30px;
	color: #fff;
	background-color: #008254;/*修改前为#acce05*/
	border-radius: 4px;
	transform: translateY(-15px);
}
.i2_thumb .swiper-slide-thumb-active .i2_tp p::after{
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	width: 0;
	height: 0;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:12px solid #008254;/*修改前为#acce05*/
	border-bottom:12px solid transparent;
	transform: translateX(-50%);
}
.i2_preview{
	position: relative;
	margin-top: 80px;
}
.i2_preview .swiper-container{
	width: 84.32%;
}
.i2_pvcont{
	width: 100%;
	padding: 25px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 0;
}
.i2_pvcont>*{
	display: inline-block;
	vertical-align: middle;
}
.i2_pvimg{
	width: 30.1%;
	height: 206px;
	border-radius: 4px;
}
.i2_pvimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i2_pvinfor{
	width: 61.5%;
	margin-left: 3%;
}
.i2_pvinfor .txt{
	font-size: 18px;
	color: #6d7081;
	letter-spacing: 1px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i2_preview .swiper-button-next,.i2_preview .swiper-button-prev{
	width: auto;
	height: auto;
	margin-top: 0;
	transform: translateY(-50%);
	background: none;
}

.i3m1_top{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 24px;
	background-image: url(../images/a13.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.i3m1_tab{
	margin-top: 36px;
}
.i3m1_tab ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 750px;
	margin: auto;
}
.i3m1_tcont{
	position: relative;
	display: flex;
	padding: 0 15px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 60px;
	z-index: 2;
	cursor: pointer;
}
.i3m1_tab ul li .i3m1_tcont::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #acce05 url(../images/a62.png) no-repeat center;
	background-size: 100% 60%;
	border-radius: 10px;
	z-index: -1;
}
.i3m1_tcont img {filter: brightness(4); }
.i3m1_tcont img + img,.i3m1_tab ul li.on .i3m1_tcont img{display: none;}
.i3m1_tcont p{
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.i3m1_tab ul li.on .i3m1_tcont::after{
	width: 100%;
}
.i3m1_tab ul li.on .i3m1_tcont img + img{
	display: inline-block;
	filter: contrast(1); 
}
.i3m1_tab ul li.on .i3m1_tcont p{
	color: #00512d;
}
.i3m1_tab ul li.more{
    color: #ffffff;
    
}
.i3m1_tab ul li.more a{
    color: #acce05;
    font-size: 16px;
}
.i3m1_tab ul li.more a:hover{
    color: #e86b29;
}
.index3_m2{
	position: relative;
	width: 100%;
}
.i3m2_cont{
	width: 100%;
	height: 900px;
}
.i3m2_item{
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.i3m2_circle{
	position: absolute;
	font-size: 0;
	cursor: pointer;
}
.i3m2_point1 .i3m2_circle:nth-child(1){
	top: 24%;
	right: 40%
}
.i3m2_point1 .i3m2_circle:nth-child(2){
	top: 45%;
	left: 52%;
}
.i3m2_point2 .i3m2_circle:nth-child(1){
	top: 38%;
	left: 31%;
}
.i3m2_point3 .i3m2_circle:nth-child(1){
	top: 48%;
	right: 12%;
}
.i3m2_point4 .i3m2_circle:nth-child(1){
	top: 51%;
	right: 41%;
}
.i3m2_point4 .i3m2_circle:nth-child(2){
	top: 56%;
	right: 33%;
}
.i3m2_point4 .i3m2_circle:nth-child(3){
	top: 55%;
	left: 22%;
}
.i3m2_point5 .i3m2_circle:nth-child(1){
	bottom: 20%;
	right: 14%;
}
.i3m2_point6 .i3m2_circle:nth-child(1){
	top: 35%;
	left: 54%;
}
.i3m2_point6 .i3m2_circle:nth-child(2){
	top: 53%;
	left: 36%;
}
.i3m2_point6 .i3m2_circle:nth-child(3){
	bottom: 24%;
	right: 12%;
}
.i3m2_point7 .i3m2_circle:nth-child(1){
	top: 57%;
	left: 51%;
}
.i3m2_point7 .i3m2_circle:nth-child(2){
	bottom: 23%;
	right: 16%;
}
.i3m2_circle>*{
	display: inline-block;
	vertical-align: middle;
}
.i3m2_circle p{
	margin-left: 10px;
	font-size: 18px;
	color: #fff;
}
.i3m2_circle i{
	width: 10px;
	height: 10px;
	background-color: #acce05;
	position: relative;
	border-radius: 50%;
}
.i3m2_circle i:after {
    background-color: #acce05;
 }
.i3m2_circle i:before {
	background-color: rgba(172,206,5,.2);
}
.i3m2_circle i:before,
.i3m2_circle i:after {
    content: '';
    width: 16px;
	height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 50%;
    animation: warn 1.5s ease-out 0s infinite;
}


.index4{
	width: 100%;
	padding-top: 110px;
	padding-bottom: 90px;
	border-bottom: 1px solid #ddd;
}
.index4_cont{
	margin-top: 30px;
}
.i4_list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}
.i4_list li:nth-child(4n){margin-right: 0;}
.i4_limg{
	position: relative;
	width: 100%;
	height: 247px;
	overflow: hidden;
}
.i4_limg>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.i4_eye{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(35,35,38,.3);
	z-index: 2;
	transition: all .4s;
}
.i4_linfor{
	width: 100%;
	height: 110px;
	padding: 16px 24px;
	background-color: #f5f7f9;
}
.i4_linfor h2{
	font-size: 22px;
	color: #2b2b2b;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i4_linfor .txt{
	width: 90%;
	margin-top: 10px;
	color: #6d7081;
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i4_list li:hover .i4_limg>img{
	transform: scale(1.1);
}
.i4_list li:hover .i4_eye{
	opacity: 1;
}
.i4_list li:hover .i4_linfor{
	background-color: #00532e;
}
.i4_list li:hover .i4_linfor h2,.i4_list li:hover .i4_linfor .txt{
	color: #fff;
}


.index5{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 120px;
	background-color: #e9eade;
}
.index5_cont{
	margin-top: 50px;
}
.i5_list li{
	float: left;
	width: 18.94%;
	margin-right: 1.325%;
	margin-bottom: 20px;
	background-color: #fff;
}
.i5_list li:nth-child(5n){margin-right: 0;}
.i5_limg{
	width: 100%;
	height: 138px;
	overflow: hidden;
}
.i5_limg img{
	width: 100%;
	height: 100%;
	transition: all .4s;
}
.i5_list li:hover .i5_limg img{
	transform: scale(1.1);
}


.index6{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 120px;
}
.index6_cont{
	margin-top: 32px;
}
.i6_list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	overflow: hidden;
}
.i6_list li:nth-child(4n){margin-right: 0;}
/*.i6_list li:last-child{display: none;}列表最后一项设置不显示*/
.i6_lpage{
	position: relative;
	width: 100%;
	height: 344px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.i6_ltitle{
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.i6_ltitle h2{
	font-size: 22px;
	color: #f5f7f9;
	line-height: 1;
}
.i6_ltitle h4{
	margin-top: 12px;
	font-size: 14px;
	color: #f5f7f9;
	line-height: 1;
}
.i6_linfor{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0 26px;
	z-index: 4;
	background-color: #00512d;
	transform: translateY(150%);
	transition: all .4s;
}
.i6_linfor h2{
	font-size: 22px;
	color: #fff;
	line-height: 1;
}
.i6_linfor .line{
	width: 1px;
	height: 24px;
	margin: 16px auto;
	background-color: #ffffff;
}
.i6_linfor .txt{
	margin-bottom: 28px;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i6_linfor i{
	width: 110px;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 16px;
	color: #00532e;
	text-align: center;
}
.i6_list li:hover .i6_linfor{
	transform: translateY(0);
}


.index7{
	margin-bottom: 30px;
}
.i7_top{
	position: relative;
}
.i7_tab{
	position: absolute;
	right: 0;
	bottom: 6px;
	z-index: 4;
	font-size: 0;
}
.i7_tab a{
	display: inline-block;
	height: 48px;
	padding: 0 24px;
	margin-right: 20px;
	line-height: 48px;
	background-color: #f5f6f8;
	border-radius: 24px;
	vertical-align: middle;
	font-size: 18px;
	color: #909ba7;
}
.i7_tab a:last-child{margin-right: 0;}
.i7_tab a.active{
	background-color: #00512d;
	color: #fff;
}
.i7_cont{
	width: 100%;
	margin-top: 30px;
}
.i7_cleft{
	width: 43.79%;
}
.i7_climg{
	position: relative;
	width: 100%;
	height: 345px;
	overflow: hidden;
}
.i7_climg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.i7_climg p{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 55px;
	padding: 0 18px;
	line-height: 55px;
	background-color: #e86b29;/*修改前为#acce05*/
	font-size: 28px;
	color: #fff;
	z-index: 2;
}
.i7_clinfor{
	width: 100%;
	height: 155px;
	padding: 30px 40px;
	background-color: #f5f7f9;
}
.i7_clinfor h2{
	font-size: 20px;
	color: #272636;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i7_clinfor .txt{
	margin-top: 19px;
	font-size: 16px;
	color: #6d7081;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.i7_cleft:hover .i7_climg img{
	transform: scale(1.1);
}
.i7_cright{
	width: 48.64%;
}
.i7_crm1li{
	float: left;
	width: 48.128%;
}
.i7_crm1li:nth-child(2){float: right;}
.i7_crm1img{
	width: 100%;
	height: 182px;
	overflow: hidden;
}
.i7_crm1img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i7_crm1li p{
	margin-top: 20px;
	font-size: 18px;
	color: #272636;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i7_crm2{
	margin-top: 35px;
	border-top: 1px dotted rgba(214,220,230,.5);
}
.i7_crm2 ul li{
	border-bottom: 1px dotted rgba(214,220,230,.5);
}
.i7_crm2 ul li a{
	width: 100%;
	padding: 22px 0;
}
.i7_crm2li .txt{
	float: left;
	width: 85%;
	font-size: 16px;
	color: #10132a;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.i7_crm2li .data{
	float: right;
	font-size: 16px;
	color: #a3a5ad;
	line-height: 1;
}
.i7_crm2 ul li:hover .i7_crm2li .txt{
	color: #00512d;
}

.wei{ width: 860px; margin: 30px auto 30px auto;}
.wei .wei_l{ width: 40%;}
.wei .wei_r{ width: 60%;}
.wei .code{ font-size: 20px; font-weight: bold;}
.wei .jxcx{ margin-top: 30px;}
.wei .jxcx a{ color: #005e2c; font-size: 16px; font-weight: bold;}
.wei_r dl{ width: 100%; border-bottom: 1px solid #ccc;}
.wei_r dl dt{ display: block; line-height: 35px; font-size: 24px; font-weight: bold;}
.wei_r dl dd{ display: block; line-height: 35px; font-size: 24px;}


.news_tab{
	width: 100%;
	height: 70px;
	font-size: 0;
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #ebeff3;
}
.news_tab a{
	position: relative;
	display: inline-block;
	height: 70px;
	margin-right: 150px;
	line-height: 70px;
	vertical-align: middle;
	font-size: 22px;
	color: #6d7081;
}
.news_tab a:last-child{margin-right: 0;}
.news_tab a.active{
	color: #008254;/*修改前为#acce05*/
}
.news_tab a.active::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #e86b29;/*修改前为#acce05*/
}


.serve_m4{
	padding-top: 50px;
	padding-bottom: 100px;
}
.svm4_title{
	position: relative;
	text-align: center;
	z-index: 2;
}
.svm4_title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
	transform: translateY(-50%);
	z-index: -1;
}
.svm4_title>div{
	position: relative;
	display: inline-block;
	padding: 0 42px;
	background-color: #fff;
	z-index: 2;
}
.svm4_title h2{
	font-size: 28px;
	color: #272636;
	line-height: 1;
}
.svm4_title h4{
	margin-top: 10px;
	font-size: 14px;
	color: #8f9599;
	line-height: 1;
}
.svm4_page{
	margin-top: 38px;
}
.svm4_page p{
	line-height: 1.6;
	font-size: 16px;
}
.svm4_inp{
	font-size: 0;
	margin-bottom: 20px;
}
.svm4_inp>*{
	display: inline-block;
	vertical-align: middle;
}
.svm4_inp input{
	width: 32%;
	height: 54px;
	padding: 0 16px;
	font-size: 18px;
	background-color: #f1f4f8;
	border-radius: 4px;
	margin-right: 2%;
}
.svm4_inp>div{
	width: 32%;
	padding: 0 16px;
	margin-right: 0;
}
.svm4_inp>div select{
	padding-right: 16px;
}
.svm4_textare{
	width: 100%;
	height: 154px;
	padding: 16px;
	margin-bottom: 25px;
	background-color: #f1f4f8;
	border-radius: 4px;
}
.svm4_textare textarea{
	font-size: 18px;
	color: #10132a;
	line-height: 26px;
	resize: none;
	width: 100%;
	height: 100%;
}
.svm4_btn{
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background-color: #acce05;
	border-radius: 4px;
}


img {
    vertical-align: middle;
    border: none;
    display: inline-block;
    max-width: 100%;
}


.honor img{
    max-width:30%;
    margin: 1%;
}
.honor img:active {
  transform: scale(2);
}

@media screen and (max-width: 750px) {
	.honor img{
    max-width:48%;
    margin: 1%;
}
.honor img:active {
  transform: scale(1);
}
}


.contact_main{
	width: 100%;
	background: url(../images/c13.jpg) no-repeat center;
	background-size: cover;
}
.contact_m1{
	padding-top: 90px;
	padding-bottom: 120px;
}
.ctm1_cont{
	width: 1200px;
	margin: 0 auto;
}
.ctm1_cleft{
	position: relative;
	width: 50%;
}
.ctm1_cleft::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 90%;
	background-color: rgba(109,112,129,.15);
}
.ctm1_ctitle{
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	font-size: 26px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
}
.ctm1_ctitle::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 2px;
	background-color: #acce05;
}
.ctm1_clul{
	margin-top: 22px;
}
.ctm1_clli{
	margin-bottom: 42px;
}
.ctm1_clli:last-child{margin-bottom: 0;}
.ctm1_clli h3{
	font-size: 18px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
}
.ctm1_clli p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.ctm1_cright{
	width: 50%;
	text-align: right;
}
.ctm1_crp{
	margin-top: 20px;
}
.ctm1_crcode{
	display: inline-block;
	padding: 6px;
	background-color: #00532e;
}
.ctm1_crcode img{
	width: 160px;
	height: 160px;
}
.ctm1_crp p{
	font-size: 18px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
	margin-top: 15px;
}



.news_main{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 110px;
	background-color: #f5f7f9;
}
.news_list li{
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
}
.news_lpage{
	width: 100%;
	padding: 20px;
	font-size: 0;
}
.news_lpage>*{
	display: inline-block;
	vertical-align: middle;
}
.news_left{
	position: relative;
	width: 28.125%;
	height: 214px;
	overflow: hidden;
}
.news_left>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.news_left .data{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	padding: 0 16px;
	font-size: 26px;
	color: #fff;
	line-height: 50px;
	background-color: rgba(0,0,0,.4);
}
.news_list{
	padding-bottom: 20px;
}
.news_list li:hover .news_left>img{
	transform: scale(1.1);
}
.news_list li:hover .data{
	background-color: #acce05;
}
.news_right{
	width: 62%;
	margin-left:3.125%;
}
.news_right h2{
	font-size: 24px;
	color: #272636;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_right .txt{
	margin-top: 20px;
	font-size: 16px;
	color: #6d7081;
	line-height: 26px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page {
    position: relative;
}
.page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #909ba7;
    line-height: 40px;
    background: #e8ebef;
    margin: 0 4px;
    font-size: 18px;
}
.page a.on {
    width: 50px;
    height: 50px;
    background: #acce05;
    color: #fff;
    line-height: 50px;
}
.page .prev, .page .next {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    background: none;
    line-height: inherit;
}
.page .prev {
    right: 40px;
}
.page .next {
    right: 0;
}



/* 新闻详情 */
.details_banner{
	position: relative;
	width: 100%;
	height: 450px;
}
.details_banner>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_dttitle{
	position: absolute;
	bottom: 120px;
	left: 0;
	width: 100%;
	z-index: 9;
}
.news_dttl h2{
	font-size: 32px;
	color: #ffffff;
	text-align: center;
}
.news_dttl_cont{
	margin-top: 40px;
	text-align: center;
	font-size: 0;
}
.news_dttl_cont p{
	position: relative;
	display: inline-block;
	padding: 0 28px;
	vertical-align: middle;
	font-size: 0;
}
.news_dttl_cont p:first-child::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 15px;
	transform: translateY(-50%);
	background-color: rgba(204,204,204,.6);
}
.news_dttl_cont p>*{
	display: inline-block;
	vertical-align: middle;
}
.news_dttl_cont p span{
	margin-left: 12px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
}
.news_details{
	width: 100%;
	padding-bottom: 20px;
	background-color: #f5f7f9;
}
.news_dtmain{
	position: relative;
	width: 100%;
	padding: 45px 60px 50px;
	margin-top: -55px;
	background-color: #fff;
	z-index: 10;
}
.news_dtmleft{
	width: 71.67%;
}
.news_dtmltop{
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px solid #eaf0f3;
}
.news_dth2{
	float: left;
	position: relative;
	display: inline-block;
	padding: 4px 2px;
	font-size: 26px;
	color: #272636;
	line-height: 1;
	font-weight: bold;
	z-index: 2;
}
.news_dth2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background-color: #acce05;
	z-index: -1;
}
.news_dtmltop a{
	float: right;
	display: block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	background-color: #acce05;
	border-radius: 17px;
	font-size: 0;
	text-align: center;
}
.news_dtmltop a>*{
	display: inline-block;
	vertical-align: middle;
}
.news_dtmltop a span{
	margin-right: 8px;
	font-size: 14px;
	color: #fff;
}
.news_dtmltxt{
	margin-top: 30px;
	margin-bottom: 60px;
}
.news_dtmltxt .txt{
	font-size: 16px;
	color: #3e4153;
	line-height: 30px;
}
.news_dtmbtn span{ display: block; padding: 10px 0; font-size: 16px; color: #666;border-bottom: 2px dotted #eee;}
.news_dtmbtn span:nth-child(2){border-bottom: 0;}
.news_dtmbtn span img{ float: left; padding-right: 10px;}
.news_dtmbtn a{
	width: 88%;
    font-size: 16px;
    color: #666;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_dtmbtn a:last-child{border-bottom: 0;}
.news_dtmbtn a>*{
	display: inline-block;
	vertical-align: middle;
}
.news_dtmbtn a img + img,.news_dtmbtn a:hover img{
	display: none;
}
.news_dtmbtn a span{
	width: 88%;
	margin-left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_dtmbtn a:hover img +img{
	display: inline-block;
}
.news_dtmbtn a:hover span{
	color: #acce05;
}
.news_dtmright{
	width: 23.34%;
}
.news_dtmrtitle{
	padding-bottom: 18px;
	border-bottom: 1px solid #eaf0f3;
}
.news_dtmrtitle .news_dth2{
	float: none;
}
.news_dtmrlist ul li{
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px dotted rgba(214,220,230,.5);
}
.news_dtmrlist ul li:nth-child(1){
	padding: 14px 0;
}
.news_dtmrlimg{
	width: 100%;
	height: 166px;
	overflow: hidden;
}
.news_dtmrlpage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_dtmrlpage .txt{
	margin-top: 15px;
	font-size: 16px;
	color: #272636;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_dtmrlpage h2{
	font-size: 16px;
	color: #9ca1ac;
	line-height: 1;
}
.news_dtmrlist ul li:hover .news_dtmrlpage h2,.news_dtmrlist ul li:hover .news_dtmrlpage .txt{
	color: #acce05;
}



.product_main{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 160px;
	background-color: #f5f7f9;
}
.pdm_list{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
}
.pdm_list li{
	float: left;
	width: 49.243%;
	margin-right: 1.514%;
	margin-bottom: 20px;
}
.pdm_list li:nth-child(2n){margin-right: 0;}
.pdm_lpage{
	width: 100%;
	background-color: #fff;
}
.pdm_limg{
	width: 100%;
	height: 274px;
	overflow: hidden;
}
.pdm_limg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
}
.pdm_linfor{
	width: 100%;
	height: 120px;
	padding: 25px 40px;
}
.pdm_linfor h2{
	position: relative;
	padding-bottom: 14px;
	font-size: 26px;
	color: #2d3943;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pdm_linfor h2::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 4px;
	background-color: rgba(162,165,168,.47);
}
.pdm_linfor div{
	margin-top: 10px;
	font-size: 16px;
	color: #2d3943;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.reserve{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 101;
}
.reserve_main{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 52px;
}
.reserve_main h2{
	font-size: 36px;
	line-height: 1;
	color: #c5ec0a;
	font-weight: bold;
}
.reserve_fm{
	font-size: 0;
}
.reserve_fm>*{
	display: inline-block;
	vertical-align: middle;
}
.reserve_fm input{
	display: inline-block;
	width: 194px;
	height: 50px;
	margin-right: 10px;
	padding: 0 15px;
	background-color: #ffffff;
	border-radius: 4px;
	font-size: 18px;
	color: #10132a;
}
.reserve_form .sumbit{
	display: inline-block;
	width: 144px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	background-color: #f86503;
	border-radius: 4px;
}
/* 产品详情 */
.pdm_main{
	width: 100%;
	background-color: #f5f7f9;
}
.pdm_m1{
	width: 100%;
	padding-top: 42px;
	padding-bottom: 20px;
}
.location{
	/* font-size: 0; */
}
.location>*{
	display: inline-block;
	font-size: 18px;
	color: #2d3943;
	vertical-align: middle;
	line-height: 1;
}
.location a>*{
	display: inline-block;
	vertical-align: middle;
}
.location a span{
	margin-left: 10px;
	font-size: 18px;
	color: #2d3943;
}
.pdm_m1cont{
	margin-top: 30px;
}
.pdm_m1cswiper{
	width: 49.243%;
	background-color: #fff;
}
.pdm_m1cswiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: .1;
}
.pdm_m1cswiper .swiper-pagination-bullet-active {
    opacity: .7;
    background: #000;
}
.pdm_m1cpage{
	width: 49.243%;
	height: 274px;
	padding: 40px;
	background-color: #ffffff;
}
.pdm_m1cpage h2{
	position: relative;
	padding-bottom: 14px;
	font-size: 26px;
	color: #272636;
	font-weight: bold;
	line-height: 1;
}
.pdm_m1cpage h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 4px;
	background-color: rgba(162,165,168,.47);
}
.pdm_m1cpage .txt{
	width: 87%;
	margin-top: 14px;
	font-size: 16px;
	color: #3e4153;
	line-height: 30px;
}
.pdm_m2{
	width: 100%;
}
.pdm_m2tab{
	width: 100%;
	height: 70px;
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #ebeff3;
	background-color: #fff;
}
.pdm_m2tab p{
	position: relative;
	display: inline-block;
	height: 70px;
	margin-right: 210px;
	line-height: 70px;
	vertical-align: middle;
	font-size: 22px;
	color: #6d7081;
	cursor: pointer;
}
.pdm_m2tab p:last-child{margin-right: 0;}
.pdm_m2tab p.active{
	color: #acce05;
}
.pdm_m2tab p.active::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #acce05;
}
.pdm_m2c1{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 125px;
	background-color: #fff;
}
.pdm_m2c1 .txt img{
	width: auto!important;
	height: auto!important;
}
.pdm_m2c2{
	width: 100%;
	padding-bottom: 125px;
}


.decor-header {
	margin: 0;
	padding: 80px 0 60px;
}

.pro-t {
}

.pro-t h2 {
	text-align: center;
	font-size: 42px;
	line-height: 62px;
	font-family: 'SourceHanSansCN-Medium';
}


.pro-body a .ar {
	float: right;
	width: 54.85%;
}
.pro-body a .al .ali {
	padding: 0 66px;
	height: 100%;
}

.pro-body a .al .ali .more img.img3 {
	display: none;
}

.pro-body a:nth-child(2n) .al {
	float: right;
}

.pro-body a:nth-child(2n) .ar {
	float: left;
}


.pro-body a .ar img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pro-body a .al p {
	line-height: 34px;
	color: #999999;
	margin-bottom: 40px;
}

.pro-body a .al .tit {
	margin-top: 20%;
	font-size: 30px;
	color: #333333;
	line-height: 44px;
	margin-bottom: 20px;
	font-family: 'SourceHanSansCN-Medium';
}

.pro-body a .al .more {
	width: 132px;
	height: 44px;
	display: flex;
	align-items: center;
	transition: all ease-in-out .2s;
	justify-content: center;
	border: 1px solid #16813D;
	color: #16813D;
	font-size: 14px;
}

.pro-body a:hover .al .more {
	background: #16813D;
	color: #fff;
}


#store-category .store-list {
	padding-top: 20px;
	color: #999999;
	zoom: 1;
	overflow: hidden;
}

#store-category .store-list .item {
	margin-bottom: 30px;
	text-align: center;
}

#store-category .store-list .item .name {
	font-size: 16px;
	margin-top: 8px;
}

#store-category .store-list .item .img img {
	border: 1px solid #EEEEEE;
	width: 100%;
}

#store-category .store-list .item .address {
	margin-top: 10px;
}

#store-category .store-list .item .telphone {
	margin-top: 3px;
}


.pro-body a {
	position: relative;
	top: 0;
	overflow: hidden;
	transition: all ease-in-out .2s;
	display: block;
	background: #fff;
	margin-bottom: 60px;
	height: 480px;
	box-shadow: 0px 10px 27px rgba(26, 53, 95, 0.05);
}

.pro-body a:hover {
	top: -20px;
}
.pro-body a::before {
	content: "";
	clear: both;
	display: table;
}

.pro-body a::after {
	content: "";
	clear: both;
	display: table;
}

.pro-body a .al {
	float: left;
	width: 43.75%;
	height: 100%;
}

.pro-body a .ar {
	float: right;
	width: 54.85%;
}
.pro-body a .al .ali {
	padding: 0 66px;
	height: 100%;
}

.pro-body a .al .ali .more img.img3 {
	display: none;
}

.pro-body a:nth-child(2n) .al {
	float: right;
}

.pro-body a:nth-child(2n) .ar {
	float: left;
}


.pro-body a .ar img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pro-body a .al p {
	line-height: 34px;
	color: #999999;
	margin-bottom: 40px;
}

.pro-body a .al .tit {
	margin-top: 20%;
	font-size: 30px;
	color: #333333;
	line-height: 44px;
	margin-bottom: 20px;
	font-family: 'SourceHanSansCN-Medium';
}

.pro-body a .al .more {
	width: 132px;
	height: 44px;
	display: flex;
	align-items: center;
	transition: all ease-in-out .2s;
	justify-content: center;
	border: 1px solid #16813D;
	color: #16813D;
	font-size: 14px;
}

.pro-body a:hover .al .more {
	background: #16813D;
	color: #fff;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
}



/*滚动条*/
.goods .right-goods .content::-webkit-scrollbar {
	/*改变纵向滚动条宽度*/
	width: 8px;
}

.goods .right-goods .content::-webkit-scrollbar-track {
	/*改变滚动条轨道颜色*/
	border-radius: 10px;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.goods .right-goods .content::-webkit-scrollbar-thumb {
	/*改变滚动条滑轨相关的样式*/
	border-radius: 10px;
	background-color: #1c8442;
}


.goods .right-goods a {
	color: inherit;
	text-decoration: none;
}

.goods .right-goods a:hover {
	color: inherit;
	text-decoration: none;
}

.goods .right-goods a:visited {
	color: inherit;
	text-decoration: none;
}

.goods .right-goods a:active {
	color: inherit;
	text-decoration: none;
}

.goode-box {
	background-color: #f5f6f7;
	width: 100%;
	padding-top: 5rem;
	padding-bottom: 5rem;
	display: flex;
}

.goods {
	width: 98.6rem;
	height: 59.5rem;
	background-color: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5rem;
	display: flex;
	justify-content: space-between;
}

.goods .right-goods {
	width: 44.125rem;
	margin-top: 0rem;
}

.goods .right-goods .right-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.6875rem;
}

.goods .right-goods .right-top .green-font {
	font-size: 1rem;
	display: flex;
	color: #16813d;
}

.goods .right-goods .right-top .green-font .Englishi {
	margin-right: 0.75rem;
	font-weight: 700;
	color: #16813d;
	font-family: 'SourceHanSansCN-Normal';
	font-size: 16px;
}

.goods .right-goods .right-top .green-font .wenli {
	color: #030303;
	font-weight: 700;
}

.goods .right-goods .right-top .into {
	color: #999999;
	font-size: 0.875rem;
}

.goods .right-goods .content {
	width: 102%;
	height: 48.0625rem;
	background-color: #f5f6f8;
	overflow: hidden;
}

.goods .right-goods .content .content-box {
	width: 100%;
	display: flex;
	padding: 0 2rem;
	flex-wrap: wrap;
}

.goods .right-goods .content .content-box::after {
	content: '';
	flex-basis: 100%;
	height: 2.5rem;
	order: 9999;
}

.goods .right-goods .content .box {
	width: 30%;
	margin-top: 2.5rem;
	margin-right: 3%;
	background-color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	overflow: hidden;
}

.goods .right-goods .content .box .image {
	width: 100%;
	height: 10.5rem;
}

.goods .right-goods .content .box .image:hover {
	transform: scale(1.02);
}

.goods .right-goods .content .box .number {
	height: 2.625rem;
	margin-top: -0.25rem;
	line-height: 2.625rem;
	text-align: center;
	color: #030303;
	font-size: 0.875rem;
}

.goods .right-goods .content .box .activenumber {
	color: #fff;
	background-color: #16813d;
}

.goods .right-goods .content .activebox {
	border: 1px solid #16813d;
}

.goods .right-goods .content .zUIpanelScrollBox,
.goods .right-goods .content .zUIpanelScrollBar {
	width: 0.525rem;
	top: 0.25rem;
	right: 0.125rem;
	border-radius: 0.3125rem;
}

.goods .right-goods .content .zUIpanelScrollBox {
	background: black;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.goods .right-goods .content .zUIpanelScrollBar {
	background: #1c8442;
	opacity: 1;
	filter: alpha(opacity=80);
}

.b1 {
	width: 44rem;
	position: relative;
	z-index: 0;
}

.b1 ul {
	padding: 0px;
	display: flex;
	justify-content: flex-start;
	cursor: pointer;
}

.b1 ul li {
	margin-right: 2.4%;
}

.b1 ul li img {
	width: 9.0625rem;
	height: 9.0625rem;
	display: block;
}

.b1 ul li img:hover {
	transform: scale(1.02);
}

.bian {
	border: 2px #16813d solid;
}

.b2 img {
	width: 39.25rem;
	height: 39.25rem;
	position: relative;
	margin-bottom: 0.9375rem;
	cursor: pointer;
}

.b2 .sm {
	width: 9.375rem;
	height: 9.375rem;
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

.rig {
	width: 39.25rem;
	height: 39.25rem;
	border: 1px #7fa2a1 solid;
	position: absolute;
	top: 0;
	left: 39.25rem;
	overflow: hidden;
	display: none;
}

.rig img {
	position: absolute;
	left: 0;
	top: 0;
}



/* 防伪查询 */
.serve_m1{
	padding-top: 55px;
	padding-bottom: 100px;
}
.svm1_search{
	text-align: center;
	font-size: 0;
}
.svm1_search>*{
	display: inline-block;
	vertical-align: middle;
}
.svm1_search input{
	width: 605px;
	height: 54px;
	margin-right: 10px;
	padding: 0 16px;
	font-size: 18px;
	background-color: #f1f4f8;
	border-radius: 4px;
	color: #6d7081;
}
.svm1_search button{
	width: 146px;
	height: 54px;
	line-height: 54px;
	background-color: #005e2c;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.svm1_page{
	margin-top: 60px;
}
.svm1_page h2{
	font-size: 26px;
	color: #272636;
	text-align: center;
}
.svm1_page .txt{
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #6d7081;
	line-height: 26px;
}
/* 加盟商查询 */
.serve_m2{
	padding-top: 60px;
	padding-bottom: 110px;
}
.svm2_top{
	position: relative;
}
.svm2_tm{
	font-size: 0;
}
.svm2_tm>div,.svm4_inp>div{
	position: relative;
	display: inline-block;
	width: 28%;
	height: 54px;
	margin-right: 1.2%;
	padding: 0 12px;
	background-color: #f1f4f8;
	border-radius: 4px;
}
/*.svm2_tm>div::after,.svm4_inp>div::after{*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	right: 12px;*/
/*	width: 14px;*/
/*	height: 9px;*/
	/*background: url(../images/icon03.png) no-repeat center;*/
/*	background-size: 100% 100%;*/
/*	transform: translateY(-50%);*/
/*}*/
.svm2_tm>div select,.svm4_inp>div select{
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 14px;
	font-size: 18px;
	color: #10132a;
	/*appearance:none;*/
	/*-moz-appearance:none;*/
	/*-webkit-appearance:none;*/
	position: relative;
	/*background:url(../images/icon03.png) no-repeat right center; */
}
.submitbtn{
	position: absolute;
	top: 0;
	right: 6px;
	width: 11%;
	height: 54px;
	line-height: 54px;
	background-color: #acce05;
	border-radius: 4px;
	font-size: 20px;
	color: #fff;
}
.svm2_main{
	margin-top: 40px;
}
.svm2_mleft{
	width: 23.64%;
	height: 780px;
	background-color: #f5f7f9;
	border-radius: 6px;
	overflow-y: scroll;
}
.svm2_mleft::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.svm2_mleft::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px #acce05;
	background-color: #acce05;
}
.svm2_mleft::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px #f5f7f9;
	border-radius: 0;
	background-color: #f5f7f9;
}
.svm2_mlli {
	width: 100%;
	padding: 25px 20px;
	cursor: pointer;
}
.svm2_mlli h2{
	font-size: 20px;
	color: #acce05;
	line-height: 1;
	font-weight: bold;
}
.svm2_mllp{
	margin-top: 18px;
}
.svm2_mllp p{
	font-size: 16px;
	color: #6d7081;
	line-height: 28px;
}
.svm2_mllp p span{
	color: #444657;
	font-weight: bold;
}
.svm2_mright img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.svm2_mlli:hover{
	background-color: #acce05;
}
.svm2_mlli:hover h2,.svm2_mlli:hover .svm2_mllp p,.svm2_mlli:hover .svm2_mllp p span{
	color: #fff;
}
.svm2_mright{
	width: 74.7%;
	height: 780px;
}
/* 在线咨询 */
.serve_m3{
	margin-top: 70px;
	margin-bottom: 150px;
}
/* 信息反馈 */
.serve_m4{
	padding-top: 50px;
	padding-bottom: 100px;
}
.svm4_title{
	position: relative;
	text-align: center;
	z-index: 2;
}
.svm4_title::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
	transform: translateY(-50%);
	z-index: -1;
}
.svm4_title>div{
	position: relative;
	display: inline-block;
	padding: 0 42px;
	background-color: #fff;
	z-index: 2;
}
.svm4_title h2{
	font-size: 28px;
	color: #272636;
	line-height: 1;
}
.svm4_title h4{
	margin-top: 10px;
	font-size: 14px;
	color: #8f9599;
	line-height: 1;
}
.svm4_page{
	margin-top: 38px;
}
.svm4_page p{
	line-height: 1.6;
}
.svm4_inp{
	font-size: 0;
	margin-bottom: 20px;
}
.svm4_inp>*{
	display: inline-block;
	vertical-align: middle;
}
.svm4_inp input{
	width: 32%;
	height: 54px;
	padding: 0 16px;
	font-size: 18px;
	background-color: #f1f4f8;
	border-radius: 4px;
	margin-right: 2%;
}
.svm4_inp>div{
	width: 32%;
	padding: 0 16px;
	margin-right: 0;
}
.svm4_inp>div select{
	padding-right: 16px;
}
.svm4_textare{
	width: 100%;
	height: 154px;
	padding: 16px;
	margin-bottom: 25px;
	background-color: #f1f4f8;
	border-radius: 4px;
}
.svm4_textare textarea{
	font-size: 18px;
	color: #10132a;
	line-height: 26px;
	resize: none;
	width: 100%;
	height: 100%;
}
.svm4_btn{
	display: block;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	background-color: #acce05;
	border-radius: 4px;
}


#guestBook {
 padding: 20px 0;
}
#guestBook h2 {
 color: #555;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 20px;
}
/* bookList */
#guestBook .bookList {
 margin-bottom: 30px;
 line-height: 180%;
 font-size: 13px;
}
#guestBook .bookList dl {
 margin-bottom: 15px;
}
#guestBook .bookList dt {
 color: #999;
 margin-bottom: 3px;
}
#guestBook .bookList dt b {
 color: #999;
 margin-left: 20px;
}
#guestBook .bookList dd {
 color: #666;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList dd em {
 float: left;
 width: 70px;
}
#guestBook .bookList dd span {
 float: right;
 width: 910px;
 text-align: left;
}
#guestBook .bookList p {
 color: #0072C6;
 margin-top: 5px;
 overflow: hidden;
 zoom: 1;
}
#guestBook .bookList p em {
 float: left;
 width: 70px;
}
#guestBook .bookList p span {
 float: left;
 width: 800px;
}
#guestBook .bookList p b {
 color: #999;
 float: right;
}
#guestBook .bookList .pager {
 text-align: left;
}
/* bookList */
#guestBook .bookAdd .select {
 height: 28px;
}

body, button, input, textarea {
 font-size: 14px;
 line-height: 1.531;
 outline: none;
 margin: 0;
 padding: 0;
 border: 0;
}


.btn {
 display: inline-block;
 background-color: #169306;
 color: #EEE;
 padding: 6px 25px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 -webkit-appearance: none;
 font-size: 14px;
 line-height: 1.5;
 border-radius: 0;
 border: 0;
}
.btn:hover {
 text-decoration: none;
 color: #FFFFFF;
 background-color: #D50000
}
.btn-gray {
 display: inline-block;
 background-color: #CCC;
 border: 0;
 color: #333;
 padding: 6px 15px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 -webkit-appearance: none;
}
.btn-payment {
 display: inline-block;
 background-color: #ff4246;
 color: #FFF;
 padding: 7px 28px;
 text-transform: capitalize;
 cursor: pointer;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 -webkit-appearance: none;
}
.btn-captcha {
 display: inline-block;
 background-color: #19B4EA;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 0;
 color: #FFF;
 padding: 7px 22px;
 text-transform: capitalize;
 cursor: pointer;
 font-size: 13px;
}
.btn-captcha[disabled], .btn-captcha:disabled, .btn-captcha.disabled {
 color: #FFF;
 background-color: #b2b2b2;
 opacity: 1;
}


.text-input {
 height: 40px;
 padding: 6px;
 font-size: 14px;
 border: 1px solid #E9E9E9;
 border-radius: 8px;
 background-color: #FFF;
 color: #666;
}
.text-input[disabled], .text-input:disabled, .text-input.disabled {
 color: #999;
}
.text-area {
 padding: 4px;
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 line-height: 20px;
 -webkit-appearance: none;
}
.text-area-auto {
 border: 1px solid #E9E9E9;
 background-color: #FFF;
 padding: 0;
 font-size: 12x;
 line-height: 20px;
 resize: none;
 min-height: 40px;
 -webkit-appearance: none;
}



.table-div {
 zoom: 1;
 overflow: hidden;
}
.table-div dl {
 zoom: 1;
 overflow: hidden;
 margin-bottom: 20px;
}
.table-div dl dt {
 font-weight: bold;
 margin-bottom: 5px;
 font-size: 13px;
}
.table-div dl dt i {
 color: #F00;
 margin-left: 5px;
 font-weight: bold;
}
.table-div dl dd label {
 margin-right: 15px;
 line-height: 34px;
}


.product-info {
				padding: 50px;
				width: 782px;
				margin-right: 10px;
				padding: 16px 16px;
				font-size: 18px;
				border-radius: 4px;
				color: #000000;
				text-align: left;
				margin: 0 auto;
				margin-top: 10px;
				line-height: 31px;
			}


.none {
    display: none;
}

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;height:100%;position: absolute;left:0;top:0;}
.q_banner .swiper_banner{height:100%;}
.q_banner .swiper_banner .swiper-slide{height:100%;position:relative;}
.q_banner .swiper_banner .swiper-slide a{height:100%;}
.q_banner .swiper_banner .swiper_pagination_banner{bottom:10%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:6px;height:6px;margin:0 12px;background-color: #fff;opacity: 1;position: relative;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet:before{content:'';width:24px;height:24px;border:1px solid rgba(255,255,255,0);
	border-radius: 50%;position: absolute;left:-9px;top:-9px;
}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #fff;opacity: 1;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before{border:1px solid #fff;}
.q_banner .banner_video{position:absolute;width:100%;height:100%;z-index:2;}
.q_banner .banner_video video{display:block;width:100%!important;height:100%!important;margin:0 auto;object-fit: fill;}
/* q_banner end! */

/* q_number start! */
.q_number{margin:0 auto;}
.q_number_main{width:100%;margin:0 auto;padding:50px 0;position: relative;}
.q_number_line{width:100%;height:10px;background-color: #258536;background-image: linear-gradient(90deg, #3ba634, #88bf2e);position: absolute;left:0;top:-5px;z-index: 5}
.q_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_number_item{width:20%;float:left;padding:0 10px;text-align: center;position: relative;}
.q_number_item:before{content:'';width:1px;height:50%;background-color: #ddd;position: absolute;left:0;top:25%;}
.q_number_item:nth-of-type(1):before{width:0;top:0;}
.q_number_icon{margin:0 auto 10px;}
.q_number_icon img{width:56px;}
.q_number_top{font-size: 45px;line-height: 56px;color:#444;font-family: 'number';}
.q_number_top .sub{font-size: 16px;vertical-align: text-top;font-weight: normal;color:#258536;}
.q_number_txt{width:100%;margin:0 auto;padding:0;font-size: 17px;color:#646464;line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
/* q_number end! */

/* q_section start! */
.q_section_mains{width:100%;position: relative;}
.q_section_main{margin:80px auto 0;position: relative;}
.q_section_title{width:100%;position: relative;height:80px;}
.q_section_title .en{font-size:90px;color:#ddd;padding-left:50px;line-height: 80px;font-family: number;text-transform:uppercase;}
.q_section_title .cn{width:100%;position: absolute;left:0;bottom:10px;font-size: 30px;line-height: 30px;height:30px;padding-left: 15px;font-weight: bold;letter-spacing: 2px;
	color:#111;
}
.q_section_title .cn:before{content:'';width:3px;height:25px;background-color: #258536;position: absolute;left:0;bottom:0;}

.q_section_more{width:36%;position: absolute;right:0;top:38px;text-align: right;}
.q_section_more>a{outline: none;display: inline-block;padding:10px 70px;border:1px solid #258536;font-size:17px;color:#009a44;line-height: 20px;transition: all .2s;
	border-top-right-radius:30px;border-bottom-left-radius:30px;
}
.q_section_more>a>i{margin-left:5px;}
.q_section_more>a:hover{background-color: #258536;color:#fff;}
/* q_section end! */

/* q_technical start! */
.q_technical{padding:85px 0 50px;background-color:#fafafa;}
.tech_item{width:22%;float:left;margin:0 4% 0 0;overflow:hidden;border-radius: 30px;text-align: center;position: relative;}
.tech_item:nth-of-type(4n){margin:0;}
.tech_item_img .img{padding:169.44% 0 0}
a.tech_item_mask{outline: none;display: block;width:100%;height:100%;position: absolute;left:0;top:0;transition: all .3s;}
.tech_item_mask_in{width:100%;position: absolute;left:0;top:45%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.tech_item_main{padding:0 5%;color:#505050;}
.tech_item_icon img{display: block;margin:0 auto;width:120px;}
.tech_item_icon .default{display: block;}
.tech_item_icon .hover{display: none;}
.tech_item_h{margin:30px auto 0;}
.tech_item_h span{display: block;font-size: 17px;color:#505050;line-height: 30px;letter-spacing: 1px;font-weight: 700;transition: all .2s;}
.tech_item_line{margin:15px auto;width:3px;height:36px;background-color: #258536;}
.tech_item_num{font-size: 38px;line-height: 45px;font-family: 'number';color: #258536;letter-spacing: 2px;}
.tech_item_more{margin:30px auto 0;display: none;}
.tech_item_more>span{display: inline-block;border:1px solid #fff;padding:0 20px;border-radius: 6px;font-size: 14px;line-height: 25px;color:#fff;}

.tech_item:hover a.tech_item_mask{background-color: rgba(37,133,54,.6);}
.tech_item:hover .tech_item_icon{animation-name: fadeindown;animation-duration: 1s;}
.tech_item:hover .tech_item_icon .default{display: none;}
.tech_item:hover .tech_item_icon .hover{display: block;}
.tech_item:hover .tech_item_h{animation-name: fadeinleft;animation-duration: 1s;}
.tech_item:hover .tech_item_h span{color:#fff;}
.tech_item:hover .tech_item_line{display: none;}
.tech_item:hover .tech_item_num{display: none;}
.tech_item:hover .tech_item_more{display: block;animation-name: fadeinup;animation-duration: 1s;}

/* q_technical end! */

/* q_product start! */
.product_pic{width:100%;position: relative;}
.pro_pic_top{ background: url(../images/cpzx.jpg) no-repeat top ; padding: 50px 0px;}
.pro_pic_img .img{padding:46.35% 0 0;}
.cpzs{ padding-top: 50px; display: flex; justify-content: space-between; flex-wrap: nowrap;}
.cpzs li{ width: 32%; text-align: center}
.cpzs li p{ color: #258536; font-size: 16px; line-height: 50px;}
.cpzs li ol{ overflow: hidden;}
.cpzs li:hover ol img{transition: all 0.6s; transform: scale(1.2);}


.product_pic_thumbs{width:100%;position: absolute;bottom:-100px;left:0;z-index: 2;}
.pro_pic_thumbs{width:100%;border:1px solid #4fb324;background-color: #fff;
	border-top-right-radius:25px;border-bottom-left-radius:25px;box-shadow: 0 5px 5px #eee;
}
.img_block{width:100%;padding:65px 5%;text-align: center;border-top-right-radius:25px;border-bottom-left-radius:25px;font-size: 0;transition: all .2s;cursor: pointer;}
.img_block:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size:0;}
.img_block>div{display: inline-block;vertical-align: middle;}
.img_block_img{width:140px;height:90px;margin-right: 35px;}
.img_block_txt{min-width: 150px;height:90px;padding:10px 0;text-align: left;}
.img_block_h span{font-size: 30px;color:#6a6a6a;line-height: 40px;height:40px;font-weight: 700;}
.img_block_h span.span1{margin-right: 10px;}

.img_block_p .default{font-size: 15px;color:#6a6a6a;line-height: 30px;height:30px;display: block;transition: all .2s;}
.img_block_p .hover{display: none;margin:5px auto 0;transition: all .2s;}
.img_block_p .hover a{outline: none;display: inline-block;background-color: #3ba634;padding:0 25px;border-radius: 10px;letter-spacing: 1px;
	font-size:15px;color:#fff;line-height: 25px;height:25px;
}

.swiper-slide-thumb-active .img_block{background-color: #f5fef4;}
.swiper-slide-thumb-active .img_block_h span.span1{color:#258536;}
.swiper-slide-thumb-active .img_block_h span.span2{color:#88bf2e;}
.swiper-slide-thumb-active .img_block_p .default{display: none;}
.swiper-slide-thumb-active .img_block_p .hover{display: block;}

/* q_product end! */

/* q_about start! */
.q_section.q_about{padding:100px 0 100px;}
.q_about_main{width:100%;position: relative;}
.q_about_body{margin:60px auto 0;}
.q_about_l{width:56%;float:left;}
.q_about_p{min-height: 190px;}
.q_about_p p{font-size: 17px;color:#777;text-align: justify;line-height: 2.5;}
.q_about_p p strong{font-weight: 700;}
.q_about_r{width:40%;float:right;}
.q_video{width:100%;text-align: right;cursor: pointer;}
/* q_about end! */

/* q_sort start! */
.q_section.q_sort{margin:100px auto 0;padding:0;}

.sort_pic{width:100%;position: relative;}
.q_sort_pic_top{position: relative;}
.sort_pic_img .img{padding:32.8% 0 0;}

.q_sort_pic_thumbs{width:100%;position: absolute;top:-140px;left:0;z-index: 2;}
.q_sort_pic_thumbs .main1540:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.sort_pic_thumbs{width:50%;float:left;}
.sort_pic_thumbs .swiper-slide{padding:40px 0 0;}
.sort_item{width:100%;border-radius: 15px;border:1px solid #ccc;overflow:hidden;transition: all .4s;}
.sort_item>.a{padding:35px 12% 27px;background-color: #fff;color:#111;position: relative;transition: all .2s;}
.sort_item_h .cn{font-size: 18px;color:#111;line-height: 25px;height:25px;letter-spacing: 2px;padding:0 0 0 10px;position: relative;}
.sort_item_h .cn:before{content: '';width:3px;height:16px;background-color: #14930c;position: absolute;left:0;top:6px;}
.sort_item_h .en{margin:5px auto 0; font-size: 13px;color:#b1b1b1;text-transform: uppercase;line-height: 18px;}
.sort_item_icon{margin:30px auto 0;}
.sort_item_icon>img{display: block;width:60px;}
.sort_item_icon>img.default{display: block;}
.sort_item_icon>img.hover{display: none;}

.sort_item_more{width:100%;position: absolute;right:12%;bottom:23px;text-align:right;}
.sort_item_more>a{outline: none;display: block;width:100%;padding:15px 0;}

.sort_item:hover{border:1px solid #258536;transform: translateY(-35px);}
.sort_item:hover>.a{background-color: #258536;}
.sort_item:hover .sort_item_h .cn{color: #fff;}
.sort_item:hover .sort_item_h .cn:before{background-color: #fff;}
.sort_item:hover .sort_item_h .en{color: #fff;}
.sort_item:hover .sort_item_icon>img.default{display: none;}
.sort_item:hover .sort_item_icon>img.hover{display: block;}

/* q_sort end! */

/* q_news start! */
.q_section.q_news{padding:150px 0;}
.q_news_item{width:32%;float:left;margin:0 2% 0 0;padding:10px 0 15px;border-top:1px solid #dfdfdf;border-bottom:3px solid #b7b7b7;}
.q_news_item:nth-of-type(3n){margin:0;}
.q_news_item_img{overflow:hidden;}
.q_news_item_img .img{padding:52.17% 0 0;}
.q_news_item_txt{width:100%;margin:10px auto 0;position: relative;}
.q_news_item_date{position: relative;font-size: 0;padding-left:90px;}
.q_news_item_date span{display: inline-block;font-size:22px;color:#b9b9b9;font-family: 'number';line-height: 25px;font-weight: 100;}
.q_news_item_date span.span2{display: none;}
.q_news_item_date span.span3{position: absolute;left:10px;top:-40px;width:65px;padding:0 5px;
	text-align: center;font-size:43px;color:#fff;line-height:60px;background-color: #258536;font-weight: 400;
}
.q_news_item_h{margin:25px auto 0;}
.q_news_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:#252525;text-align: justify;line-height: 25px;height:25px;letter-spacing: 1px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_news_item_h a:hover{color: #258536;}
.q_news_item_p{margin:10px auto 0;font-size: 14px;color:#999;text-align: justify;line-height: 22px;height:44px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}

/* q_news end! */

/* q_footer start! */
.footer{
	width: 100%;
	background-color: #161918;
}
.ft1{
	width: 100%;
	padding-top: 45px;
	padding-bottom: 30px;
}
.ft1_mleft ul{
	display: flex;
	align-items: flex-start;
}
.ft1_mleft ul li{margin-right: 50px;}
.ft1_mleft ul li:last-child{margin-right: 0;}
.ft1_mleft ul li>a{
	margin-bottom: 20px;
	font-size: 16px;
	color: #f1f0f5;
	line-height: 1;
}
.ft1_mleft ul li dt{ padding-top: 20px;}
.ft1_mleft ul li dd a{
	margin-bottom: 15px;
	font-size: 14px;
	color: rgba(255,255,255,.8);
	line-height: 1;
	text-align: center;
}
.ft1_mrphone{margin-right: 25px;}
.ft1_mrphone p{
	font-size: 0;
	margin-bottom: 18px;
}
.ft1_mrphone p>*{
	display: inline-block;
	vertical-align: middle;
}
.ft1_mrphone p span{
	margin-left: 10px;
	font-size: 14px;
	color: #eaeaea;
	line-height: 1;
}
.ft1_mrphone p:first-child span{
	font-size: 18px;
}
.ft1_mrcode img{
	width: 120px;
	height: 120px;
}
.ft1_mrcode p{
	margin-top: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.ft2{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.1);
}
.coright{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	color: rgba(255,255,255,.4);
}
.ft0_main{
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-top: 26px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #282c2b;
}
.ft0_main h2{
	font-size: 14px;
	color: #f1f0f5;
	line-height: 18px;
}
.ft0_mlist{
	width: 92%;
	padding-left: 30px;
}
.ft0_mlist a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 20px;
	line-height: 1;
	color: rgba(241,240,245,.7);
}
.sbj{ margin: 80px auto;}

/* q_footer end! */

/* q_banner_n start! */
.q_banner_n{width:100%;position: relative;}
.q_banner_n .img{padding:25% 0 0;}
.q_banner_n_line{width:100%;position: absolute;left:0;bottom:-5px;}
.banner_n_line{width:100%;height:10px;background-color: #258536;background-image: linear-gradient(90deg, #3ba634, #88bf2e);}
/* q_banner_n end! */

/* q_main start! */
.q_main{width:100%;margin:0 auto;min-height: 360px;padding:120px 0 0;font-size: 16px;color:#777;line-height: 2;}
.q_main.q_main_wukeshu{padding:0 0 60px;min-height:150px;}
.q_main.q_main_wukeshu div{text-align:center;}
.q_main.q_n_notice{padding:0;min-height:150px;}
.q_main_title{text-align: center;}
.q_main_title_main{display: inline-block;position: relative;}
.q_main_title_main>div{position: relative;}
.q_main_title_main>div.en{font-size:80px;color:#ddd;line-height: 70px;font-family: number;text-transform:uppercase;}
.q_main_title_main>div.cn{width:100%;font-size: 30px;line-height: 30px;height:30px;font-weight: bold;letter-spacing: 3px;color:#111;margin-top: -25px;}
.q_main_title_main>div.line{margin:20px auto 0;width:3px;height:25px;background-color: #258536;}

.q_main_content{margin:40px auto 0;}

.q_mains{margin:0 auto;position: relative;}

.q_mains.q_show{margin:0 auto 100px;}
.q_mains.q_show_news{margin:80px auto 100px;}



/* q_main end! */

/* q_n_about start! */
.about_div{margin:0 auto;padding:100px 0 0;position:relative;}
.about_div:nth-of-type(1){padding:0;}
.about_div_main{margin:30px auto 0;}

.about_div2_main{width:100%;margin:50px auto 0;background:url('../image/about_div2_bg.jpg') no-repeat center bottom;height:750px;padding:120px 0 0;}
.about_div2_div{margin:35px auto 0;color:#1f4e1b;}
.about_div2_div:nth-of-type(1){margin:0 auto;}
.about_div2_div>h3{font-size: 31px;font-weight: 700;letter-spacing: 3px;line-height: 40px;}
.about_div2_body{margin:10px auto 0;}
.about_div2_p{font-size: 23px;line-height: 30px;letter-spacing: 1px;color:#1f4e1b;}
.about_div2_p p{font-size: 23px;line-height: 30px;letter-spacing: 1px;color:#1f4e1b;}
.about_div2_ul ul li{font-size: 18px;line-height: 30px;margin:15px auto 0;}
.about_div2_ul ul li strong{display: inline-block;position: relative;margin-right: 31px;font-weight: 700;font-size: 22px;letter-spacing: 2px;}
.about_div2_ul ul li strong:after{content:'';width:1px;height:16px;background-color: #1f4e1b;position: absolute;top:8px;right:-16px;}

.about_div3_main{width:100%;margin:50px auto 0;background:url('../image/about_div3_bg.jpg') no-repeat center bottom;height:799px;padding:99px 0 0;position: relative;}
.about_div3_main:before{content:'';width:100%;height:1px;background-color: #969c98;position: absolute;left:0;top:400px;z-index: 1;}

.q_event{height:700px;padding:0 150px;}
.q_event .swiper_event{height:100%;}
.q_event .swiper_event .swiper-wrapper{height:600px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide{height:100%;}

.q_event .swiper_event .swiper_button_event{background:none;width:40px;height:40px;line-height: 35px;margin-top: 0;font-size: 20px;top:auto;bottom:60px;
  text-align: center;border-radius: 50%;border:3px solid #fff;color:#fff;opacity: 1;transition: all 0.3s;font-weight: 700;
}
.q_event .swiper_event .swiper_button_event.swiper_button_event_prev{left:calc(50% - 60px);}
.q_event .swiper_event .swiper_button_event.swiper_button_event_next{right:calc(50% - 60px);}

.event_item{width:100%;height:100%;position: relative;z-index: 3;}
.event_item:before{content:'';width:15px;height:15px;background-color: #fff;border-radius: 50%;position: absolute;left:10px;top:294px;z-index: 4;}
.event_item:after{content:'';width:35px;height:35px;border:1px solid #fff;border-radius: 50%;position: absolute;left:0;top:284px;z-index: 4;}
.event_item_h{width:100%;position: absolute;left:0;bottom:340px;font-size:16px;color:#fff;text-align: justify;line-height: 30px;text-indent: 16px;}
.event_item_h:before{content:'';width:5px;height:5px;background-color: #fff;border-radius: 50%;position: absolute;left:2px;top:12px;}
.event_item_date{position: absolute;left:0;top:330px;
	width:100%;font-size:22px;line-height: 30px;height: 30px;color:#fff;font-family: number;letter-spacing: 1px;
}
.event_item_img{position: absolute;left:0;top:370px;
	border:1px solid #fff;overflow:hidden;width:100%;height:160px;
}
.event_item_img .img{height:100%;}

.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_h{bottom:auto;top:340px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_date{top:auto;bottom:330px;}
.q_event .swiper_event .swiper-wrapper .swiper-slide:nth-of-type(2n) .event_item_img{top:auto;bottom:370px;}

.about_div4_main{width:100%;margin:50px auto 0;background-color: #f3f3f3;padding:100px 0;position: relative;}

.q_honor{padding:0;}
.swiper_button_honor_block{position: relative;margin:50px;}
.q_honor .swiper_button_honor_block .swiper_button_honor{background:none;width:40px;height:40px;line-height: 35px;margin-top: 0;font-size: 20px;top:auto;bottom:-30px;
  text-align: center;border-radius: 50%;border:3px solid #28623f;color:#28623f;opacity: 1;transition: all 0.3s;font-weight: 700;
}
.q_honor .swiper_button_honor_block .swiper_button_honor.swiper_button_honor_prev{left:calc(50% - 60px);}
.q_honor .swiper_button_honor_block .swiper_button_honor.swiper_button_honor_next{right:calc(50% - 60px);}

.honor_item{width:100%;padding:20px 0;}
.honor_item_img{overflow:hidden;border:1px solid #fff;box-shadow: 0 0 3px #bbb;background-color:#fff;}
.honor_item_img .img{padding:66.66% 0 0;}

/*.about_div.about_div5{margin-top:0;padding-top:0;}*/

#strength{width:100%;height:0;position:absolute;left:0;top:-560px;}

.about_div5_main{width:100%;margin:50px auto 0;background-color: #f3f3f3;padding:100px 0;position: relative;}

.q_enterprise{padding:0;}
.swiper_button_enterprise_block{position: relative;margin:50px;}
.q_enterprise .swiper_button_enterprise_block .swiper_button_enterprise{background:none;width:40px;height:40px;line-height: 35px;margin-top: 0;font-size: 20px;
	top:auto;bottom:-30px;text-align: center;border-radius: 50%;border:3px solid #28623f;color:#28623f;opacity: 1;transition: all 0.3s;font-weight: 700;
}
.q_enterprise .swiper_button_enterprise_block .swiper_button_enterprise.swiper_button_enterprise_prev{left:calc(50% - 60px);}
.q_enterprise .swiper_button_enterprise_block .swiper_button_enterprise.swiper_button_enterprise_next{right:calc(50% - 60px);}

.enterprise_item{width:100%;padding:20px 0;}
.enterprise_item_img{overflow:hidden;}
.enterprise_item_img .img{padding:66.66% 0 0;}

#partner{width:100%;height:0;position:absolute;left:0;top:-560px;}

.about_div6_main{width:100%;margin:50px auto 0;background-color: #f3f3f3;padding:100px 0;position: relative;}
.q_partner_list{padding:0;}
.partner_item{width:19%;float:left;margin:0 1.25% 20px 0;}
.partner_item:nth-of-type(5n){margin:0 0 20px 0;}
.partner_item_img{border-radius: 10px;background-color: #fff;overflow:hidden;box-shadow: 0 0 15px #ccc;}
.partner_item_img .img{padding:50% 0 0;}

/* q_n_about end! */

/* q_n_business start! */
.business_top{margin:50px auto 0;background-color: #fafafa;height:675px;padding:220px 0 50px;position: relative;}
.business_top_main{width:45%;}
.business_top_p p{font-size: 25px;color:#7a7a7a;line-height: 2;}
.business_top_p p strong{font-weight: 700;}
.business_top_img{width:56%;position: absolute;top:15px;right:0;text-align: right;}

.business_list{margin:0 auto 100px;padding:60px 0 0;}
.business_item{margin:250px auto 0;position: relative;}
.business_item_main{margin-top:-260px;padding-top:260px;}
.business_item_icon{width:495px;position: absolute;left:0;top:90px;}
.business_item_h{font-size: 35px;color:#018d3f;line-height: 50px;letter-spacing: 2px;}
.business_item_body{margin:50px auto 0;padding:45px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;min-height: 300px;}
.business_item_p p{font-size: 17px;color:#7a7a7a;line-height: 2.4;text-align: justify;}
.business_item_p p strong{font-weight: 700;}

.bus_list{margin:40px auto 0;}
.bus_item{width:49%;float:left;margin:20px 2% 0 0;border:1px solid #ccc;border-radius: 10px;padding:30px;}
.bus_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.bus_item:nth-of-type(2n){margin:20px 0 0 0;}
.bus_item:nth-of-type(1){margin:0 2% 0 0;}
.bus_item:nth-of-type(2){margin:0 0 0 0;}
.bus_item_h,.bus1_item_p{font-size: 17px;color:#7a7a7a;line-height: 35px;text-align: justify;}
.bus_item_h{font-weight: 700;letter-spacing: 2px;}
.bus_item_p{margin:5px auto 0;min-height:175px;}

.bus_list2 .bus_item_p{min-height:210px;}
.bus_item_num{width:60px;float:left;font-size: 60px;color:#aaa;font-family: number;line-height:60px;}
.bus_item_txt{width:calc(100% - 70px);float:right;}

/* q_n_business end! */

/* q_n_technical start! */
.q_n_technical_p{margin:40px auto 0;text-align: center;font-size: 25px;color:#7a7a7a;line-height: 30px;font-weight: 700;letter-spacing: 2px;}
.q_n_tech_list{margin:60px auto 0;}
.q_n_tech_item{margin:0 auto 20px;position: relative;}
.q_n_tech_item>a{outline:none;display:block;width:100%;position:relative;}
.q_n_tech_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_n_tech_item_mask_in{width:100%;position: absolute;left:0;top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_n_tech_item_main{width:42%;float:left;}

.q_n_tech_item:nth-of-type(2n) .q_n_tech_item_main{float:right;}
.q_n_tech_item:nth-of-type(2n) .q_n_tech_item_span{text-align:right;padding:0 15px 0 0;}
.q_n_tech_item:nth-of-type(2n) .q_n_tech_item_span:before{left:auto;right:0;}
.q_n_tech_item:nth-of-type(2n) .q_n_tech_item_h{text-align:right;}
.q_n_tech_item_h{font-size: 25px;color:#2b2b2b;line-height: 35px;letter-spacing: 2px;font-weight: 700;}
.q_n_tech_item_span{margin:20px auto 0;color:#888;font-size:20px;line-height:25px;position:relative;padding:0 0 0 15px;}
.q_n_tech_item_span:before{content:'';width:3px;height:18px;background-color:#258536;position:absolute;top:5px;left:0;}
.q_n_tech_item_span br{display:none;}
.q_n_tech_item_p{margin:20px auto 0;font-size: 16px;color:#7a7a7a;text-align: justify;line-height: 2.3;}

/* q_n_technical end! */

/* q_n_product start! */
.pro_nav{margin:0 auto 150px;width:100%;border:1px solid #4fb324;background-color: #fff;overflow:hidden;
	border-top-right-radius:25px;border-bottom-left-radius:25px;box-shadow: 0 5px 5px #eee;
}
.pro_nav_li{width:33.33%;float:left;}
.pro_nav_li>a{outline: none;display: block;width:100%;}

.pro_nav_li .img_block_txt{padding:25px 0;}

.pro_nav_li>a.on .img_block{background-color: #f5fef4;}
.pro_nav_li>a.on .img_block_h span.span1{color:#258536;}
.pro_nav_li>a.on .img_block_h span.span2{color:#88bf2e;}

.pro_item{margin:80px auto 0;border:1px solid #4fb324;border-radius: 20px;background-color:#fce2af;padding:15px 10%;}
.pro_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.pro_item:nth-of-type(1){margin:0 auto;}

.pro_item_img{width:48%;float:right;}
.pro_item .img{padding:100% 0 0;}
.pro_item_txt{width:48%;float:left;position: relative;}
.pro_item_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.pro_item_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.pro_item_main{width:100%;text-align:left;}
.pro_item_brand{font-size: 30px;color:#277373;line-height: 40px;font-weight: 700;letter-spacing: 2px;}
h2.pro_item_h{margin:15px auto 0;}
h2.pro_item_h a{outline: none;display: block;width:100%;font-size: 45px;color:#277373;line-height: 55px;font-weight: 100;letter-spacing: 2px;}
.pro_item_span{margin:20px auto;font-size: 0;line-height: 0;width:100%;}
.pro_item_span span{display: inline-block;width:15%;height:2px;background-color: #277373;}
.pro_item_p{margin:0 auto;}
.pro_item_p p{margin:0 auto;padding:0;font-size:22px;color:#277373;line-height: 2;text-align: justify;}

.q_n_pro_top{margin:0 auto 150px;position: relative;}
.pro_top_img{width:48%;float:left;border:1px solid #4fb324;border-radius: 20px;}
.pro_top_img_item{width:100%;text-align: center;padding:0 10%;}
.pro_top_img_item .img{padding:100% 0 0;}

.pro_top_txt{width:48%;float:right;padding:30px 0 0;}

.pro_top_txt .pro_item_brand{color:#696969;}
.pro_top_txt h2.pro_item_h a{color:#696969;}
.pro_top_txt .pro_item_span span{width:100%;background-color: #ccc;height:1px;}
.pro_top_txt .pro_item_p p{color:#696969;}

.pro_top_thumbs{width:50%;position: absolute;right:0;bottom:0;padding:0 30px;}
.pro_top_thumbs .swiper-slide{padding:5px;}
.pro_top_thumbs .pro_top_img_item{border:1px solid #ddd;border-radius: 10px;}
.pro_top_thumbs .swiper-slide-thumb-active .pro_top_img_item{border:1px solid #4fb324;}

.q_n_pro_top .pro_top_thumbs .swiper_button_pro{background:none;width:30px;height:30px;line-height: 28px;margin-top: -15px;font-size: 26px;
  text-align: center;border-radius: 50%;color:#4fb324;opacity: 1;transition: all 0.3s;cursor: pointer; 
}
.q_n_pro_top .pro_top_thumbs .swiper_button_pro.swiper_button_pro_prev{left:0;}
.q_n_pro_top .pro_top_thumbs .swiper_button_pro.swiper_button_pro_next{right:0;}

.q_main_body_h{font-size: 28px;color:#696969;text-align: center;font-weight: 700;letter-spacing: 3px;}
.q_main_body{margin:30px auto 0;padding:50px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;min-height: 300px;}
.q_main_body img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}

/* q_n_product end! */

/* q_n_news start! */
.q_n_news_list .q_news_item{margin:100px 2% 0 0;}
.q_n_news_list .q_news_item:nth-of-type(3n){margin:100px 0 0 0;}
.q_n_news_list .q_news_item:nth-of-type(1){margin:0 2% 0 0;}
.q_n_news_list .q_news_item:nth-of-type(2){margin:0 2% 0 0;}
.q_n_news_list .q_news_item:nth-of-type(3){margin:0 0 0 0;}

.q_back{width:200px;position: absolute;right: 0;top:-40px;text-align: right;}
.q_back a{outline: none;display: block;width:100%;font-size: 18px;color:#7f7f7f;line-height: 30px;height:30px;letter-spacing: 3px;}

.q_show_news_main{padding:0 8%;}
.q_show_title{margin:30px auto 0;width:90%;font-size: 30px;color:#252525;line-height: 1.5;text-align: center;font-weight: 700;letter-spacing: 2px;}
.q_show_span{margin:40px auto 35px;background-color: #fafafa;padding:5px 8%;text-align: center;}
.q_show_span span{display: inline-block;margin:0 10px;font-size: 14px;line-height: 20px;color:#777;}
.q_show_span span i{font-style:normal;}
.q_show_body{min-height: 300px;}

/* q_n_news end! */

/* q_n_join start! */
.q_n_join_txt{margin:40px auto 0;text-align: center;}
.join_txt_big{font-size: 34px;color:#6c6c6c;line-height: 45px;font-weight: 100;letter-spacing: 2px;}
.join_txt_small{margin:15px auto 0; display: inline-block;padding:10px 30px;font-size: 20px;line-height: 25px;letter-spacing: 1px;
	border-top:1px solid #aaa;border-bottom:1px solid #aaa;color:#252525;
}

.q_n_join_list{margin:70px auto 100px;}
.join_item{width:18%;float:left;margin:0 2.5% 0 0;position: relative;}
.join_item:nth-of-type(5){margin:0;}
.join_item_img{overflow:hidden;border-top-right-radius:25px;border-bottom-left-radius:25px;}
.join_item_img .img{padding:173.33% 0 0;}
.join_item_txt{width:98%;padding:15px 25px;position: absolute;left:20px;bottom:15px;box-shadow: 0 0 15px #888;
	background-color: #fff;border-top-right-radius:25px;border-bottom-left-radius:25px;overflow:hidden;
}
.join_item_txt_main{width:100%;font-size: 18px;color:#3d3d3d;text-align: justify;line-height: 30px;height:90px;letter-spacing: 2px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

/* q_n_join end! */

/* q_n_policy start! */
.q_n_policy{background-color: #f7f7f7;padding:75px 0 120px;}
.q_n_policy_title{text-align: center;color:#6c6c6c;}
.q_n_policy_title .cn{font-size: 34px;line-height: 45px;font-weight: 100;letter-spacing: 2px;}
.q_n_policy_title .en{margin:10px auto 0;font-size: 20px;line-height: 25px;text-transform: uppercase;}
.policy_list{margin:60px auto 0;}
.policy_item{width:31%;float:left;margin:0 3.5% 60px 0;text-align: center;padding:35px 40px 25px;border-radius: 8px;box-shadow: 0 0 20px #aaa;}
.policy_item:nth-of-type(3n){margin:0 0 60px 0;}
.policy_item_h{font-size: 27px;color:#373737;font-weight: 700;line-height: 35px;letter-spacing: 2px;}
.policy_item_span{margin:20px auto;font-size: 0;line-height: 0;width:15%;height:4px;background-color: #4fb324;border-radius: 4px;}
.policy_item_txt{line-height: 30px;height:120px;text-align: justify;}
.policy_item_p{font-size: 16px;color:#828282;}
.policy_item_small{margin:5px auto 0; font-size: 13px;line-height: 20px;}
/* q_n_policy end! */

/* q_message start! */
.q_message{padding:100px 0;}
.q_message_h{text-align: center;}
.q_message_h .big{font-size: 25px;color:#252525;line-height: 35px;letter-spacing: 3px;}
.q_message_h .small{margin:0 auto;}
.q_message_h span{display: inline-block;vertical-align:bottom;font-size: 14px;color:#676767;line-height: 50px;letter-spacing: 1px;position: relative;}
.q_message_h span:before{content:'';width:5px;height:2px;background-color: #4fb324;position: absolute;top:24px;left:-10px;}

/* q_form */
.q_form{width:100%;margin:50px auto 0;}
.q_n_form{width:100%;margin:0 auto;padding:0;display: block;}
.q_form_div:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_form .form-group{margin:0 auto;}
.q_n_form .q_form_div .form-group{width:28%;float:left;margin:0 2% 0 0;padding:0;}
.q_n_form .q_form_div .form-button{width:10%;float:left;margin:0;padding:0;}
.q_n_form .form-group .addon{background-color: #4fb324;color:#fff;border: solid 1px #4fb324;height:40px;line-height: 26px;font-size: 18px;}
.q_n_form .form-group .input{padding:6px 30px;line-height: 26px;height:40px;}
.q_n_form .form-group .input:focus{border: solid 1px #4fb324;}
.q_n_form .form-button{text-align: right;margin:20px auto 0;padding:0;}
.q_n_form .form-button .button{display:block;width:100%;padding:6px 15px;font-size: 14px;line-height: 26px;letter-spacing: 1px;height:40px;
	background-color: #4fb324;color:#fff;border: solid 1px #4fb324;
}
/* q_message end! */

/* q_n_contact start! */
.q_n_tel{margin:50px auto 380px;padding:75px 0 200px;background-color: #fbfbfb;}
.tel_item{width:23.5%;float:left;margin:0 2% 0 0;}
.tel_item:nth-of-type(4n){margin:0;}
.tel_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tel_item_icon{width:64px;float:left;padding:5px 0 0;}
.tel_item_txt{width:calc(100% - 90px);float:right;}
.tel_item_h{font-size: 21px;color:#4e4e4e;line-height: 30px;font-weight: 700;letter-spacing: 2px;}
.tel_item_span{margin:8px auto 5px;font-size: 0;line-height: 0;}
.tel_item_span span{display: inline-block;width:8px;height:3px;background-color: #4fb324;}
.tel_item_p{font-size: 17px;color:#8d8d8d;line-height: 25px;}
.q_n_contact .q_message{background-color: #fbfbfb;}

/* q_n_contact end! */

.q_n_map{width:100%;margin:-500px auto 100px;}
.q_n_map_line{margin:0 auto 50px;border-top:1px solid #ccc;}
.allmap {width: 100%;height: 500px;font-size: 14px;line-height: 30px;overflow: hidden;border:1px solid #ccc;}
.allmap b{color: #4fb324;font-weight: 700;font-size: 17px;line-height: 30px;}
.allmap img{max-width: none;}

/* pagelist start! */
.pagelist {list-style: none;margin:120px auto;text-align: center;padding:5px 0;font-size: 0;}
.pagelist > a{
	display: inline-block;text-decoration: none;outline: none;margin:3px 3px; min-width:45px;height:40px;line-height: 40px; border-radius: 5px;transition: all .2s;
	font-size: 15px;padding:0 10px;color:#222;background-color: #f5f5f5;}
.pagelist > a >span{color:#fff;background-color: #258536;  display: none;}
.pagelist >a:hover{color:#fff;background-color: #258536;}
@media(max-width: 1440px){
	.pagelist {margin:80px auto;}
	.pagelist > a,.pagelist > span{min-width:40px;height:35px;line-height: 35px;font-size: 13px;padding:0 8px;}
}
@media(max-width: 640px) {
	.pagelist {margin:50px auto;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;padding:0 8px;font-weight: normal;}
}
@media(max-width: 500px) {
	.pagelist {margin:40px auto;}
	.pagelist > a,.pagelist > span{min-width:40px;height:30px;line-height: 30px;font-size: 12px;margin:3px 2px;}
}
/* pagelist end! */

/* page  start! */
.page{width:100%;margin:50px auto 0px auto;line-height: 25px;padding:0; text-align: center; border-top: 1px solid #ddd;}
.page ul{padding:30px 0px; }
.page:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.page_a{width:50%;padding:0;float:left;color:#888;font-size: 15px;}
.page_a a{color:#888;font-size: 16px;line-height: 45px;height:45px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_a a:hover{color: #258536;}
.page_a a i{margin:0 6px;display: inline-block;width:18px;height:18px;background-color: #258536;
	text-align: center;line-height: 16px;color:#fff;font-size: 14px;border-radius: 50%;
}
.page_prv{ float: left; line-height: 45px; text-align: left;}
.page_prv img{ float: left; vertical-align: middle; margin-top: 13px; margin-right: 10px;}
.page_next{float:right;text-align: right; line-height: 45px; text-align: right;}
.page_next img{ float: right; vertical-align: middle; margin-top: 13px; margin-left: 10px;}
@media (max-width: 1440px) {
  .page{margin:8px auto 0;font-size: 14px;}
  .page_a a{padding:0;font-size: 14px;}
  .page_a a i{margin:0 6px;}
}
@media (max-width: 640px) {
  .page{margin:0 auto;padding:6px 10px;}
  .page_a{width:100%;float:none;font-size: 13px;line-height: 30px;height:30px;}
  .page_next{float:none;text-align: left;}
  .page_a a{display: inline;padding:0;font-size: 13px;}
  .page_a a i{display: none;}
}
/* page  end! */


/* page-index-all */

@keyframes fadeindown_little {
  0%   {opacity: 0;transform: translateY(-20px)}
  100% {opacity: 1;transform: translateY(0)}
}
.little:hover{animation-name: fadeindown_little;animation-duration: .5s;}

.page-index-all {width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0; z-index: 999999;display: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.q_form_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_form_mask_in{width:400px;position: absolute;left:50%;margin-left:-200px;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_form_main{width:100%;margin:0 auto;background-color: #fff;border-radius: 4px;padding:45px 50px;position: relative;
	animation-name: fadeindown_little;animation-duration: .5s;
}
.q_form_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_close{width: 20px;height: 20px;line-height: 20px;text-align: center;position: absolute;top: 10px;right: 10px;color: #50506d;font-size: 22px;cursor: pointer;}
.q_form_close:hover{color:#258536;}
.q_form_h{width:100%;margin:0 auto;color: #50506d;font-family: Helvetica Neue,Helvetica,sans-serif;text-align: center;}
.q_form_h_big{width:100%;margin:0 auto;font-size: 20px;font-weight: 700;line-height: 25px;}
.q_form_h_small{width:100%;margin:10px auto 0;font-size: 12px;line-height: 20px;}
.q_form_input{width:100%;margin:10px auto 0;position:relative;color:#50506d;border:1px solid #50506d;border-radius: 4px;padding:5px 5px;}
.q_form_input>i{display: block;width:30px;height:30px;line-height: 30px;font-size: 22px;float:left;}
.q_form_input>span{display: block;width:30px;float:right;}
.q_form_input>input{width:calc(100% - 60px);float:left;border:0;padding:0 10px;line-height: 30px;height:30px;font-size: 13px;color:#50506d;}
.q_form_button{width:100%;margin:20px auto 0;text-align: center;border-radius: 8px;font-size: 15px;line-height: 40px;padding:3px 0;cursor: pointer;
	background-color: #258536;color:#fff;letter-spacing: 2px;
}
#q_alert{z-index: 9999999;}
#q_alert .q_form_h_big{font-size: 17px;text-align: left;}
#q_alert .q_form_h_small{font-size: 13px;text-align: left;}
#q_alert .q_form_button{width:auto;display: inline-block;float:right;line-height: 20px;padding:7px 30px;font-weight: 400;}

@media(max-width: 640px){
	.q_form_mask_in{width:300px;left:50%;margin-left:-150px;}
}

/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
	.q_footer {margin-bottom: 60px;}
	.footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: #258536;}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:#fff;font-size: 12px;}
/* m_footer end! */


/* q_aside start! */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{width:54px;height:54px;margin:0 auto 2px; background-color: #258536;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding:12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#258536;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:120px;height:120px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;
  border-radius: 4px;position: absolute;left:-130px;top:-33px;
}
.q_aside_item4{display: none;}
@media(max-width: 640px){
  .q_aside{right:10px;bottom:15%;}
  .q_aside_item{width:36px;height:36px;padding:7px;}
  .q_aside_item_main{width:120px;height:36px;line-height: 36px;font-size: 14px;display: none;left:-130px;top:0px;}
  .weixin{width:100px;height:100px;display: none;left:-110px;top:-33px;}
  .q_aside_item1,.q_aside_item2,.q_aside_item3{display: none;}
}
/* q_aside end! */
